-
Notifications
You must be signed in to change notification settings - Fork 19
Add enum values of SW360 data model correctly #582
Add enum values of SW360 data model correctly #582
Conversation
@@ -64,8 +64,10 @@ In the following section there is an outline what data of SW360 ${docNameCap} ma | |||
| Release Tag Url | This is a link to the OSS repos tag of the release used stored as external id with key `orig_repo`. | | |||
| Software Heritage ID | A release ID in software heritage in the format "swh:1:rel:*", stored as external id with key `swh`. | | |||
| Copyrights | Copyrights of the release, given in a String. Individual copyrights are separated by line. Stored in the additional data section with key `copyrights` | | |||
| Change Status | An enumeration with values `changed` or `as-is` stored as additional data with key `change_status`. A changed component release should be stored as own release with an appendix to the original version, e.g. `1.2.3_modified_xyz`. Currently the implementation can only handle `as-is` components. | | |||
| Change Status | An enumeration with values `CHANGED` or `AS_IS` stored as additional data with key `change_status`. A changed component release should be stored as own release with an appendix to the original version, e.g. `1.2.3_modified_xyz`. Currently the implementation can only handle `AS_IS` components. | |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Commit message: Please make the reference to the issue go last (between body and footer) and use one of the auto-closing keywords.
| Clearing Report | A file with curated data and the approval state. If the status of this attachment is `Accepted`, the Clearing State of the component release is `Approved`. Typically uploaded by compliance office tooling. | |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Commit message: Please make the reference to the issue go last (between body and footer) and use one of the auto-closing keywords.
|
||
**Note**: | ||
All string fields in this data model have a limit of 2147483647 - 1 in length, since this is the frame size of the binary protocol used with thrift. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Missing final new-line.
222c0f4
to
3b79849
Compare
In the sw360 data model the documentation of the clearing states are now added and the enum values are case corrected to be upper case in the change status key. Relates to eclipse-archived#580. Signed-off-by: Stephanie Neubauer <[email protected]>
Closes eclipse-archived#580. Signed-off-by: Stephanie Neubauer <[email protected]>
3b79849
to
95521f2
Compare
Kudos, SonarCloud Quality Gate passed! 0 Bugs No Coverage information The version of Java (1.8.0_265) you have used to run this analysis is deprecated and we will stop accepting it from October 2020. Please update to at least Java 11. |
Issue: #580
In the sw360 data model the documentation of the clearing states
are now added and the enum values are case corrected to be
upper case in the change status key.
Request Reviewer
Type of Change
Type of change: documentation
How Has This Been Tested?
Checklist
Must:
Optional: (delete if not applicable)